Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
skyz1 committed Oct 25, 2023
1 parent 8d42d86 commit fa8cabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/vm/src/heap/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ impl DefaultSymbols {
.map(|it| symbols[it])
}
#[must_use]
pub const fn all_symbols(&self) -> [Text; 22] {
pub const fn all_symbols(&self) -> [Text; 23] {
[
self.arguments,
self.builtin,
Expand Down

1 comment on commit fa8cabc

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on fa8cabc Oct 25, 2023

Choose a reason for hiding this comment

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

Compiler

Benchmark suite Current: fa8cabc Previous: 51a7804 Ratio
Time: Compiler/hello_world 24310665 ns/iter (± 899363) 23933689 ns/iter (± 494946) 1.02
Time: Compiler/fibonacci 186237155 ns/iter (± 1412669) 206428501 ns/iter (± 3163718) 0.90
Time: VM Runtime/hello_world 55851 ns/iter (± 9701) 59600 ns/iter (± 13237) 0.94
Time: VM Runtime/fibonacci/15 292681583 ns/iter (± 682173) 337980360 ns/iter (± 822524) 0.87
Time: VM Runtime/PLB/binarytrees/6 1360562805 ns/iter (± 2710615) 1562497571 ns/iter (± 3277435) 0.87

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

Please sign in to comment.