SlideShare a Scribd company logo
going for speed
T E S T I N G A G A I N S T
P E R F O R M A N C E E X P E C TAT I O N S
why does
performance
matter?
poor performance = ?
stuck in traffic
in detroit
60hours
per
year
tinyurl.com/3c3df9g
flight is delayed
with american airlines
26%tinyurl.com/3j9hmje
auto fuel efficiency
power to the wheels
20%www.fueleconomy.gov/feg/atv.shtml
an annual loss of
$1285.66% www.fueleconomy.gov/feg/atv.shtml
poor performance = wasted time & money
why does
performance
matter to developers?
?
throw at it?
what can we
more hardware!
let’s throw
more resources!
let’s throw
your overtime!
let’s throw
poor performance = a miserable life
suffer
does my app
?
75%
sustain under
r:% advanced
metrics
but all that really matters...
perception
goals
establishing
what is the
target?
avoid buzzwords99.999% of the time
target
threshold
vs.
↼
↼
constraints
and
budgets
assumptions
validate
plan.execute( )
unit analysis
//MSTest Example
[TestMethod]
public void ShouldDoThis()
{
// Test Functionality
}
unit analysis
//MSTest Example
[TestMethod]
public void ShouldDoThisInUnder100ms()
{
// Test Functionality
// TODO: Write code to test for speed
}
unit analysis
//MSTest Example
[TestMethod]
public void ShouldDoThisInUnder100ms()
{
var stopwatch = Stopwatch.StartNew();
// Test Functionality
stopwatch.Stop();
int elapsedMs = stopwatch
.ElapsedMilliseconds;
Assert.True(elapsedMs <= 100);
}
unit analysis
//NUnit Example
[TestFixture]
public void ShouldDoThisInUnder100ms()
{
// Test Functionality
// TODO: Write code to test for speed
}
unit analysis
//NUnit Example
[TestFixture, MaxTime(100)]
public void ShouldDoThisInUnder100ms()
{
// Test Functionality
// Done. Keep being Awesome.
}
memory usage
Process.GetCurrentProcess().WorkingSet64
using System.Diagnostics;
GC.GetTotalMemory(false)
using System;
visual studio performance explorer
demo
profiling
studio
with
web
analysis
demo
visual studio web test
traffic flow
patterns
ORANVIRIYINCY | FLICKR.COM/PEOPLE/VIRIYINCY
demo
visual studio performance test
everything
simultaneously
run
!
rule#10
isolate data
at all times
!
rule#9
real user
test like a
!
rule#8
production
test on a
!
rule#7
clone of
production
test on
!
rule#6
turned off
tests can be
!
rule#5
!assumptions
validate your
rule#4
!budget
stick to your
rule#3
!design
performancestarts at
rule#2
want more
information?
Microsoft Debug Diagnostics Tool
tinyurl.com/DebugDiag
tinyurl.com/DebugDiagWP (Whitepaper)
Web Capacity Analysis Tool (WCAT)
bit.ly/ffq6dD
JetBrains dotTrace
jetbrains.com
Red Gate ANTS Performance and Memory Profilers
red-gate.com
HP LoadRunner
tinyurl.com/LoadRunner
Performance Testing Guidelines
for Web Applications
Microsoft Patterns & Practices
perftestingguide.codeplex.com
J.D Meier, Carlos Farre, Prashant Bansode,
Scott Barber, Dennis Rea
rule #1:
quality is
everyone’s job!
go for speed
# g o i n g F o r S p e e d
jay@aranasoft.com

More Related Content

Viewers also liked

Fitz and The Tantrums - The Walker
Fitz and The Tantrums - The WalkerFitz and The Tantrums - The Walker
Fitz and The Tantrums - The Walker
Saeed Moulai
 
iCN Presentation 2016
iCN Presentation 2016iCN Presentation 2016
iCN Presentation 2016
Lovelia Caracut
 
Introducció a contaminació lumínica
Introducció a contaminació lumínicaIntroducció a contaminació lumínica
Introducció a contaminació lumínica
Agrupación Astronómica Coruñesa Ío
 
Ahorros y finanzas personales
Ahorros y finanzas personalesAhorros y finanzas personales
Ahorros y finanzas personales
Saber Seguros
 
Program ares 7
Program ares 7Program ares 7
Primer tarda a la biblioteca
Primer tarda a la bibliotecaPrimer tarda a la biblioteca
Primer tarda a la biblioteca
lluís nater
 
Asp.net Mvc 5 y Azure
Asp.net Mvc 5 y AzureAsp.net Mvc 5 y Azure
Asp.net Mvc 5 y Azure
Germán Küber
 
Allusions and Intertextuality in Novels
Allusions and Intertextuality in NovelsAllusions and Intertextuality in Novels
Allusions and Intertextuality in Novels
Steven Kolber
 
Technical Writing Examples
Technical Writing ExamplesTechnical Writing Examples
Technical Writing Examples
crissleightholm
 
Y6 华文 单元 3 习写作文
Y6 华文 单元 3 习写作文Y6 华文 单元 3 习写作文
Y6 华文 单元 3 习写作文
慈心 Chan
 
07.25.2013, REPORT, MACROECONOMIC RISKS OF MONGOLIA AND WAYS TO MITIGATE THEM...
07.25.2013, REPORT, MACROECONOMIC RISKS OF MONGOLIA AND WAYS TO MITIGATE THEM...07.25.2013, REPORT, MACROECONOMIC RISKS OF MONGOLIA AND WAYS TO MITIGATE THEM...
07.25.2013, REPORT, MACROECONOMIC RISKS OF MONGOLIA AND WAYS TO MITIGATE THEM...
The Business Council of Mongolia
 

Viewers also liked (11)

Fitz and The Tantrums - The Walker
Fitz and The Tantrums - The WalkerFitz and The Tantrums - The Walker
Fitz and The Tantrums - The Walker
 
iCN Presentation 2016
iCN Presentation 2016iCN Presentation 2016
iCN Presentation 2016
 
Introducció a contaminació lumínica
Introducció a contaminació lumínicaIntroducció a contaminació lumínica
Introducció a contaminació lumínica
 
Ahorros y finanzas personales
Ahorros y finanzas personalesAhorros y finanzas personales
Ahorros y finanzas personales
 
Program ares 7
Program ares 7Program ares 7
Program ares 7
 
Primer tarda a la biblioteca
Primer tarda a la bibliotecaPrimer tarda a la biblioteca
Primer tarda a la biblioteca
 
Asp.net Mvc 5 y Azure
Asp.net Mvc 5 y AzureAsp.net Mvc 5 y Azure
Asp.net Mvc 5 y Azure
 
Allusions and Intertextuality in Novels
Allusions and Intertextuality in NovelsAllusions and Intertextuality in Novels
Allusions and Intertextuality in Novels
 
Technical Writing Examples
Technical Writing ExamplesTechnical Writing Examples
Technical Writing Examples
 
Y6 华文 单元 3 习写作文
Y6 华文 单元 3 习写作文Y6 华文 单元 3 习写作文
Y6 华文 单元 3 习写作文
 
07.25.2013, REPORT, MACROECONOMIC RISKS OF MONGOLIA AND WAYS TO MITIGATE THEM...
07.25.2013, REPORT, MACROECONOMIC RISKS OF MONGOLIA AND WAYS TO MITIGATE THEM...07.25.2013, REPORT, MACROECONOMIC RISKS OF MONGOLIA AND WAYS TO MITIGATE THEM...
07.25.2013, REPORT, MACROECONOMIC RISKS OF MONGOLIA AND WAYS TO MITIGATE THEM...
 

Similar to Going for Speed: Testing for Performance

PSG.ppt
PSG.pptPSG.ppt
PSG.ppt
kapilshah34
 
Solutions Manual for Basic Business Statistics 13th Edition by Berenson
Solutions Manual for Basic Business Statistics 13th Edition by BerensonSolutions Manual for Basic Business Statistics 13th Edition by Berenson
Solutions Manual for Basic Business Statistics 13th Edition by Berenson
riven063
 
Technical Debt Must Die: Communicating Code to Business Stakeholders
Technical Debt Must Die: Communicating Code to Business StakeholdersTechnical Debt Must Die: Communicating Code to Business Stakeholders
Technical Debt Must Die: Communicating Code to Business Stakeholders
Matt Eland
 
Nagios Conference 2014 - Nate Broderick - SLA - The Marriage of an Effective ...
Nagios Conference 2014 - Nate Broderick - SLA - The Marriage of an Effective ...Nagios Conference 2014 - Nate Broderick - SLA - The Marriage of an Effective ...
Nagios Conference 2014 - Nate Broderick - SLA - The Marriage of an Effective ...
Nagios
 
Incorporating Gate Variability in Airline Block Planning
Incorporating Gate Variability in Airline Block PlanningIncorporating Gate Variability in Airline Block Planning
Incorporating Gate Variability in Airline Block Planning
Joshua Marks
 
#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...
#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...
#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...
Agile Testing Alliance
 
introtosixsigma.ppt
introtosixsigma.pptintrotosixsigma.ppt
introtosixsigma.ppt
Samahhassan30
 
An Empirical Study On Practicality Of Specification Mining Algorithms On A Re...
An Empirical Study On Practicality Of Specification Mining Algorithms On A Re...An Empirical Study On Practicality Of Specification Mining Algorithms On A Re...
An Empirical Study On Practicality Of Specification Mining Algorithms On A Re...
Mohammad Jafar Mashhadi
 
The Lean CFO
The Lean CFOThe Lean CFO
The Lean CFO
Nick Katko
 
Phil Koopman's ISSRE 2016 Keynote
Phil Koopman's ISSRE 2016 KeynotePhil Koopman's ISSRE 2016 Keynote
Phil Koopman's ISSRE 2016 Keynote
edgecaseresearch
 
Select a publicly traded U.S. corporation for which you have a com.docx
Select a publicly traded U.S. corporation for which you have a com.docxSelect a publicly traded U.S. corporation for which you have a com.docx
Select a publicly traded U.S. corporation for which you have a com.docx
kenjordan97598
 
Шаблон KPI от YouExec
Шаблон KPI от YouExecШаблон KPI от YouExec
Шаблон KPI от YouExec
Danil Dintsis, Ph. D., PgMP
 
Project KPI presentation sample by YouExec
Project KPI presentation sample by YouExecProject KPI presentation sample by YouExec
Project KPI presentation sample by YouExec
IE Private Consulting in PM & ITSM
 
Aeromexico overview presentation_august_2014
Aeromexico overview presentation_august_2014Aeromexico overview presentation_august_2014
Aeromexico overview presentation_august_2014
Aeromexico_IR
 
Airline flights delay prediction- 2014 Spring Data Mining Project
Airline flights delay prediction- 2014 Spring Data Mining ProjectAirline flights delay prediction- 2014 Spring Data Mining Project
Airline flights delay prediction- 2014 Spring Data Mining Project
Haozhe Wang
 
The Internet of Flying Things - Overview
The Internet of Flying Things - OverviewThe Internet of Flying Things - Overview
The Internet of Flying Things - Overview
Michael Denis
 
Aeromexico Overview Presentation - September 2014
Aeromexico Overview Presentation - September 2014Aeromexico Overview Presentation - September 2014
Aeromexico Overview Presentation - September 2014
Aeromexico_IR
 
A-CDM
A-CDMA-CDM
Six sigma for beginner
Six sigma for beginnerSix sigma for beginner
Six sigma for beginner
Yusar Cahyadi
 
Control phase lean six sigma tollgate template
Control phase   lean six sigma tollgate templateControl phase   lean six sigma tollgate template
Control phase lean six sigma tollgate template
Steven Bonacorsi
 

Similar to Going for Speed: Testing for Performance (20)

PSG.ppt
PSG.pptPSG.ppt
PSG.ppt
 
Solutions Manual for Basic Business Statistics 13th Edition by Berenson
Solutions Manual for Basic Business Statistics 13th Edition by BerensonSolutions Manual for Basic Business Statistics 13th Edition by Berenson
Solutions Manual for Basic Business Statistics 13th Edition by Berenson
 
Technical Debt Must Die: Communicating Code to Business Stakeholders
Technical Debt Must Die: Communicating Code to Business StakeholdersTechnical Debt Must Die: Communicating Code to Business Stakeholders
Technical Debt Must Die: Communicating Code to Business Stakeholders
 
Nagios Conference 2014 - Nate Broderick - SLA - The Marriage of an Effective ...
Nagios Conference 2014 - Nate Broderick - SLA - The Marriage of an Effective ...Nagios Conference 2014 - Nate Broderick - SLA - The Marriage of an Effective ...
Nagios Conference 2014 - Nate Broderick - SLA - The Marriage of an Effective ...
 
Incorporating Gate Variability in Airline Block Planning
Incorporating Gate Variability in Airline Block PlanningIncorporating Gate Variability in Airline Block Planning
Incorporating Gate Variability in Airline Block Planning
 
#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...
#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...
#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...
 
introtosixsigma.ppt
introtosixsigma.pptintrotosixsigma.ppt
introtosixsigma.ppt
 
An Empirical Study On Practicality Of Specification Mining Algorithms On A Re...
An Empirical Study On Practicality Of Specification Mining Algorithms On A Re...An Empirical Study On Practicality Of Specification Mining Algorithms On A Re...
An Empirical Study On Practicality Of Specification Mining Algorithms On A Re...
 
The Lean CFO
The Lean CFOThe Lean CFO
The Lean CFO
 
Phil Koopman's ISSRE 2016 Keynote
Phil Koopman's ISSRE 2016 KeynotePhil Koopman's ISSRE 2016 Keynote
Phil Koopman's ISSRE 2016 Keynote
 
Select a publicly traded U.S. corporation for which you have a com.docx
Select a publicly traded U.S. corporation for which you have a com.docxSelect a publicly traded U.S. corporation for which you have a com.docx
Select a publicly traded U.S. corporation for which you have a com.docx
 
Шаблон KPI от YouExec
Шаблон KPI от YouExecШаблон KPI от YouExec
Шаблон KPI от YouExec
 
Project KPI presentation sample by YouExec
Project KPI presentation sample by YouExecProject KPI presentation sample by YouExec
Project KPI presentation sample by YouExec
 
Aeromexico overview presentation_august_2014
Aeromexico overview presentation_august_2014Aeromexico overview presentation_august_2014
Aeromexico overview presentation_august_2014
 
Airline flights delay prediction- 2014 Spring Data Mining Project
Airline flights delay prediction- 2014 Spring Data Mining ProjectAirline flights delay prediction- 2014 Spring Data Mining Project
Airline flights delay prediction- 2014 Spring Data Mining Project
 
The Internet of Flying Things - Overview
The Internet of Flying Things - OverviewThe Internet of Flying Things - Overview
The Internet of Flying Things - Overview
 
Aeromexico Overview Presentation - September 2014
Aeromexico Overview Presentation - September 2014Aeromexico Overview Presentation - September 2014
Aeromexico Overview Presentation - September 2014
 
A-CDM
A-CDMA-CDM
A-CDM
 
Six sigma for beginner
Six sigma for beginnerSix sigma for beginner
Six sigma for beginner
 
Control phase lean six sigma tollgate template
Control phase   lean six sigma tollgate templateControl phase   lean six sigma tollgate template
Control phase lean six sigma tollgate template
 

More from Jay Harris

Bullets Kill People: Building Effective Presentations
Bullets Kill People: Building Effective PresentationsBullets Kill People: Building Effective Presentations
Bullets Kill People: Building Effective Presentations
Jay Harris
 
Dethroning Grunt: Simple and Effective Builds with gulp.js
Dethroning Grunt: Simple and Effective Builds with gulp.jsDethroning Grunt: Simple and Effective Builds with gulp.js
Dethroning Grunt: Simple and Effective Builds with gulp.js
Jay Harris
 
OrchardCMS module development
OrchardCMS module developmentOrchardCMS module development
OrchardCMS module development
Jay Harris
 
Test driven node.js
Test driven node.jsTest driven node.js
Test driven node.js
Jay Harris
 
node.js Module Development
node.js Module Developmentnode.js Module Development
node.js Module Development
Jay Harris
 
The Geek's Guide to SEO
The Geek's Guide to SEOThe Geek's Guide to SEO
The Geek's Guide to SEO
Jay Harris
 
Dev Basics: The ASP.NET Page Life Cycle
Dev Basics: The ASP.NET Page Life CycleDev Basics: The ASP.NET Page Life Cycle
Dev Basics: The ASP.NET Page Life Cycle
Jay Harris
 

More from Jay Harris (7)

Bullets Kill People: Building Effective Presentations
Bullets Kill People: Building Effective PresentationsBullets Kill People: Building Effective Presentations
Bullets Kill People: Building Effective Presentations
 
Dethroning Grunt: Simple and Effective Builds with gulp.js
Dethroning Grunt: Simple and Effective Builds with gulp.jsDethroning Grunt: Simple and Effective Builds with gulp.js
Dethroning Grunt: Simple and Effective Builds with gulp.js
 
OrchardCMS module development
OrchardCMS module developmentOrchardCMS module development
OrchardCMS module development
 
Test driven node.js
Test driven node.jsTest driven node.js
Test driven node.js
 
node.js Module Development
node.js Module Developmentnode.js Module Development
node.js Module Development
 
The Geek's Guide to SEO
The Geek's Guide to SEOThe Geek's Guide to SEO
The Geek's Guide to SEO
 
Dev Basics: The ASP.NET Page Life Cycle
Dev Basics: The ASP.NET Page Life CycleDev Basics: The ASP.NET Page Life Cycle
Dev Basics: The ASP.NET Page Life Cycle
 

Recently uploaded

Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
kumardaparthi1024
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
Infrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI modelsInfrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI models
Zilliz
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 

Recently uploaded (20)

Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
Infrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI modelsInfrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI models
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 

Going for Speed: Testing for Performance

Editor's Notes

  1. Unit Testing has settled into the mainstream. As developers, we write code that checks code, ensuring that the outcome matches some expected result. But, are we really? As end-users (which includes each one of us from time to time), when we ask a question, we don&apos;t just expect our answer to be right, we expect it to be right now. So as developers, why are we only validating for accuracy? Why aren&apos;t we going for speed? During this session we&apos;ll discuss meeting the performance needs of an application, including developing a performance specification, measuring application performance from stand-alone testing through unit testing, using tools ranging from Team Foundation Server to the command line, and asserting on these measurements to ensure that all expectations are met. Your application does &amp;quot;right.&amp;quot; Let&apos;s focus on &amp;quot;right now.&amp;quot;
  2. Jay Harris is a .NET developer in Southeast Michigan and an independent software consultant at Arana Software ( http://www.aranasoft.com ). He has been developing on the web for 15 years, since he abandoned VB3 for JavaScript because he didn&apos;t have to wait for a compile. With a career focus on end-user experience, he is a strong advocate of practices and processes that improve quality through code, ranging from automated testing, continuous integration, and performance analysis, to designing applications from the perspective of the user instead of the database. Jay is also active in the developer community beyond speaking, including serving as President of Ann Arbor .Net Developers ( http://www.aadnd.org ) an d as an organizer fo r Lansing Give Camp. When not coding, he is usually blogging to http://www.cptloadtest.com or playing games on his Xbox 360.
  3. Presentation agenda: Justifying Performance Testing, Determining Performance Goals, Identifying Existing Issues, Testing a Unit of Code for Performance, andTesting an Application for Performance.