We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a725839 commit d1e7d3cCopy full SHA for d1e7d3c
src/hyperlight_host/benches/benchmarks.rs
@@ -14,12 +14,6 @@ See the License for the specific language governing permissions and
14
limitations under the License.
15
*/
16
17
-// Ensure benchmarks only run with release builds for meaningful performance measurements
18
-#[cfg(debug_assertions)]
19
-compile_error!(
20
- "Benchmarks can only be run with release builds. Use '--release' flag when running benchmarks."
21
-);
22
-
23
use criterion::{Criterion, criterion_group, criterion_main};
24
use hyperlight_host::GuestBinary;
25
use hyperlight_host::sandbox::{MultiUseSandbox, SandboxConfiguration, UninitializedSandbox};
0 commit comments