Skip to content

Commit

Permalink
restrict to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ruseinov committed Jun 21, 2024
1 parent 029a759 commit 6d7cdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion near-sdk/tests/store_performance_tests.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// As wasm VM performance is tested, there is no need to test this on other types of OS.
// This test runs only on Linux, as it's much slower on OS X due to an interpreted VM.
// #![cfg(target_os = "linux")]
#![cfg(target_os = "linux")]

use near_account_id::AccountId;
use near_gas::NearGas;
Expand Down

0 comments on commit 6d7cdbc

Please sign in to comment.