Skip to content

Commit

Permalink
Add search to docs, fixes #659 (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulimo authored Jan 19, 2025
1 parent 044b15f commit c5c24d6
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 6 deletions.
3 changes: 3 additions & 0 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ const config: Config = {
defaultLocale: 'en',
locales: ['en'],
},
plugins: [
require.resolve('docusaurus-lunr-search')
],

presets: [
[
Expand Down
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@docusaurus/preset-classic": "3.6.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus-lunr-search": "^3.6.0",
"path-to-regexp": "^8.1.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
Expand Down
Loading

1 comment on commit c5c24d6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: c5c24d6 Previous: 4ae8b85 Ratio
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.InnerJoin 555300260 ns (± 14308801.838045156) 592945200 ns (± 35581532.03160469) 0.94
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.LeftJoin 681816770 ns (± 41484937.35411819) 658813590 ns (± 45349397.746520415) 1.03
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ProjectionAndNormalization 212189670 ns (± 10576727.902417542) 201853112.5 ns (± 5564610.621581839) 1.05
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.SumAggregation 226319766.66666666 ns (± 20410712.85777398) 228276677.7777778 ns (± 6383403.230796598) 0.99
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ListAggWithMapAggregation 2322253720 ns (± 152145105.24975124) 2311069716.6666665 ns (± 65590138.42863499) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.