Mike Harder

Results 47 issues of Mike Harder

The live demo is currently unavailable: ``` $ curl -I https://typescript-node-starter.azurewebsites.net/ HTTP/1.1 403 Site Disabled Content-Length: 2399 Content-Type: text/html Server: Microsoft-IIS/10.0 Date: Wed, 17 Apr 2019 22:08:17 GMT ``` Dup...

If possible, I think we should eliminate the special `system_perfstress` project, and move all the tests to "normal" perf projects, that are built and run just like the service perf...

pillar-performance

Research the current best practices for running JS tests in parallel. A few options: * Mocha * [mocha.parallel](https://github.com/danielstjules/mocha.parallel) * [mocha-parallel-tests](https://github.com/mocha-parallel/mocha-parallel-tests) * Comparison: https://github.com/mocha-parallel/mocha-parallel-tests/wiki/Comparison-with-mocha.parallel * Jest * Migration: https://medium.com/airbnb-engineering/unlocking-test-performance-migrating-from-mocha-to-jest-2796c508ec50 It makes...

EngSys
Client

We should measure the performance of `wrk` in Windows Subsystem for Linux (WSL). If perf is equivalent to native Linux or a Linux Hyper-V VM, this would allow us to...

TechEmpower modifies several OS settings in their test environment. Currently, our Cloud environment uses the default values for these settings. We should consider enabling them if the impact is measurable...

Please add the following Storage Blob perf tests: 1. Track2: Upload, ListBlobs 2. Track1: Download, Upload, ListBlobs For reference, the .NET tests are here: - Track2: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs/perf/Azure.Storage.Blobs.Perf - Track1: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs/perf/Microsoft.Azure.Storage.Blob.Perf...

Client
pillar-performance
Storage