Skip to content

Commit b188fd0

Browse files
committed
Add wg-grammar benchmark
1 parent 2aacd29 commit b188fd0

20 files changed

+1329
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
git:
2+
submodules: false
3+
before_install:
4+
- git submodule init
5+
- git submodule update
6+
language: rust
7+
rust:
8+
- stable
9+
script:
10+
- cargo check
11+
- cargo run --release -- dir external/rust/src

collector/benchmarks/wg-grammar/Cargo.lock

+259
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[package]
2+
name = "rust-grammar"
3+
version = "0.1.0"
4+
authors = ["The Rust Project Developers"]
5+
6+
[dependencies]
7+
gll = { git = "https://github.com/rust-lang-nursery/gll" }
8+
proc-macro2 = "0.4.0"
9+
structopt = "0.2.12"
10+
walkdir = "2.2.6"
11+
12+
[build-dependencies]
13+
gll = { git = "https://github.com/rust-lang-nursery/gll" }
14+
walkdir = "2.2.6"

0 commit comments

Comments
 (0)