You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/bench/src/bin/summarize.rs
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
//! Script to pack benchmark results into JSON files.
2
-
//! These are read by the benchmarks-viewer application: https://github.com/clockworklabs/benchmarks-viewer,
2
+
//! These are read by the benchmarks-viewer application: <https://github.com/clockworklabs/benchmarks-viewer>,
3
3
//! which is used to generate reports on the benchmarks.
4
4
//! See also: the github actions scripts that invoke this command, `SpacetimeDB/.github/workflows/benchmarks.yml` and `SpacetimeDB/.github/workflows/callgrind_benchmarks.yml`.
5
5
use clap::{Parser,Subcommand};
@@ -110,7 +110,7 @@ mod criterion {
110
110
///
111
111
/// Unfortunately, there is no published library for this, so we use the schema
0 commit comments