Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit d525abd

Browse files
authored
Merge pull request #23 from nnethercote/add-ost
Add a new benchmark, tuple-stress.
2 parents 318e1a8 + 790ef09 commit d525abd

File tree

4 files changed

+65588
-0
lines changed

4 files changed

+65588
-0
lines changed

tuple-stress/Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tuple-stress/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[package]
2+
name = "tuple-stress"
3+
version = "0.1.0"
4+
5+
[dependencies]

tuple-stress/makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.PHONY: all touch clean
2+
3+
all:
4+
cargo rustc $(CARGO_OPTS) -- $(CARGO_RUSTC_OPTS)
5+
touch:
6+
touch src/main.rs
7+
clean:
8+
cargo clean

0 commit comments

Comments
 (0)