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: README.md
+2-25Lines changed: 2 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,33 +10,10 @@ let res = sass.compile_string("a {b: c}", StringOptions::default()).unwrap();
10
10
println!("{:?}", res);
11
11
```
12
12
13
-
For more details, checkout the [docs.rs](https://docs.rs/sass-embedded)
14
-
15
-
## Benchmark
16
-
17
-
[Compile bootstrap with `sass-embedded-host-rust`, `sass-embedded-host-node`, and `dart-sass`](https://github.com/ahabhgk/sass-embedded-host-rust/tree/main/benches/bootstrap)
18
-
19
-
```bash
20
-
$ cargo bench bootstrap
21
-
Benchmarking bootstrap/Host Rust: Warming up for 3.0000 s
22
-
Warning: Unable to complete 10 samples in 5.0s. You may wish to increase target time to 5.6s.
23
-
bootstrap/Host Rust time: [502.81 ms 507.54 ms 512.59 ms]
For more details, checkout [docs.rs](https://docs.rs/sass-embedded) and [examples](https://github.com/ahabhgk/sass-embedded-host-rust/tree/main/examples).
37
14
38
15
## Contributing
39
16
40
17
1. Install the [Protocol Buffer Compiler](https://grpc.io/docs/protoc-installation/).
41
-
2. Run `cd scripts && npm install && node setup.mjs`.
0 commit comments