Skip to content

Commit

Permalink
skip initial heading
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrz committed Jan 26, 2024
1 parent 1a40d3d commit 98f5e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/write.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ async function handleSummary(benchName: string, currBench: Benchmark, prevBench:

const body = buildComment(benchName, currBench, prevBench, false);

const summary = core.summary.addHeading(`Benchmarks: ${benchName}`).addRaw(body);
const summary = core.summary.addRaw(body);

core.debug('Writing a summary about benchmark comparison');
core.debug(summary.stringify());
Expand Down

3 comments on commit 98f5e85

@github-actions
Copy link

Choose a reason for hiding this comment

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

Rust Benchmark

Benchmark suite Current: 98f5e85 Previous: 6fc0096 Ratio
bench_fib_10 158 ns/iter (± 2)
bench_fib_20 19990 ns/iter (± 1575)

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

Go Benchmark

Benchmark suite Current: 98f5e85 Previous: 6fc0096 Ratio
BenchmarkFib10 311.1 ns/op 310.9 ns/op 1.00
BenchmarkFib20 39586 ns/op 39671 ns/op 1.00
BenchmarkFib20WithAuxMetric - ns/op 39720 ns/op 40385 ns/op 0.98
BenchmarkFib20WithAuxMetric - auxMetricUnits 4 auxMetricUnits 4 auxMetricUnits 1

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark.js Benchmark

Benchmark suite Current: 98f5e85 Previous: 6fc0096 Ratio
fib(10) 1630446 ops/sec (±0.42%) 1649609 ops/sec (±0.75%) 1.01
fib(20) 12027 ops/sec (±0.93%) 13398 ops/sec (±0.23%) 1.11

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

Please sign in to comment.